home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / MOBYZBAT.ZIP;1 / WCMOBYDN.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-21  |  552 b   |  11 lines

  1. @ECHO OFF
  2. REM  WILDCAT MOBYDOWN.BAT WITH ALL THE GOODIES.
  3. REM  This batch file runs Omen Technology's DSZ program and invokes Z-Modems
  4. REM  MobyTurbo, Speed and Time estimations along with completed transfer
  5. REM  actual Speed and Time.  
  6. REM  It uses the batch parameters %2 for com port number and %1 for the
  7. REM  port speed parameter, which is passed to DSZ via WildCat.
  8. REM  and %5 for the name of the file containing the filenames to download.
  9. dsz port %2 speed %1 ha on est 0 %1 sz -m %5
  10. IF ERRORLEVEL 1 COPY C:\WC30\ALL.OK TRANSFER.BAD
  11.